home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / dspice0s / crunch.c < prev    next >
C/C++ Source or Header  |  1992-11-21  |  1KB  |  42 lines

  1. /* crunch.f -- translated by f2c (version of 3 February 1990  3:36:42).
  2.    You must link the resulting object file with the libraries:
  3.     -lF77 -lI77 -lm -lc   (in that order)
  4. */
  5.  
  6. #include "f2c.h"
  7.  
  8. /* Common Block Declarations */
  9.  
  10. struct {
  11.     doublereal cpyknt;
  12.     integer istack[1], lorg, icore, maxcor, maxuse, memavl, ldval, numblk, 
  13.         loctab, ltab, ifwa, nwoff, ntab, maxmem, memerr, nwd4, nwd8, 
  14.         nwd16;
  15. } memmgr_;
  16.  
  17. #define memmgr_1 memmgr_
  18.  
  19. /* Table of constant values */
  20.  
  21. static integer c__0 = 0;
  22.  
  23. /*<       subroutine crunch >*/
  24. /* Subroutine */ int crunch_()
  25. {
  26.     extern /* Subroutine */ int memadj_(), comprs_();
  27.  
  28. /*<       implicit double precision (a-h,o-z) >*/
  29. /* spice version 2g.6  sccsid=memmgr 3/15/83 */
  30. /*<       common /memmgr/ cpyknt,istack(1),lorg,icore,maxcor,maxuse,memavl, >*/
  31. /*<      1   ldval,numblk,loctab,ltab,ifwa,nwoff,ntab,maxmem,memerr,nwd4, >*/
  32. /*<      2   nwd8,nwd16 >*/
  33. /*<       call comprs(0,ldval) >*/
  34.     comprs_(&c__0, &memmgr_1.ldval);
  35. /*<       call memadj >*/
  36.     memadj_();
  37. /*<       return >*/
  38.     return 0;
  39. /*<       end >*/
  40. } /* crunch_ */
  41.  
  42.